home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
gfx
/
misc
/
gnuplot-src.lha
/
gnuplot-3.7.1src
/
gnuplot-3.7.1.lha
/
gnuplot-3.7.1
/
docs
/
latextut
/
eg4.plt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-15
|
227 b
|
11 lines
set terminal latex
set output "eg4.tex"
set format y "$%g$"
set format x "$%.2f$"
set title 'This is $\sin(x)$'
set xlabel "This is the $x$ axis"
set ylabel '$\sin(x)$'
set nokey
set xtics -pi, pi/4
plot [-pi:pi] [-1:1] sin(x)